.sidebar {
    position: fixed;
    top: 50%;
    /* transform: translate(0,-50%); */
    right: 0;
    z-index: 999;
}

.sidebar>div {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}

.sidebar img{
    object-fit: contain;
    width: .3rem;
}

.sidebar .sidebar_hover {
    width: 0.63rem;
    height: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AB8F4B;
    background: rgba(0, 0, 0, .4);
    border-radius: 0.07rem 0rem 0rem 0.07rem;
    margin-bottom: 0.1rem;
    /* float: right; */
    transition: 0.3s;
    /*gap: 0 0.1rem;*/
}

.code1 {
    position: absolute;
    top: 1.44rem;
    right: 0.7rem;
    width: 0;
    height: 0;
    transition: 0.3s;
}

.code2 {
    position: absolute;
    bottom: 0.83rem;
    right: 0.7rem;
    width: 0;
    height: 0;
    transition: 0.3s;
}

.back {
    background: #ACACAC !important;
}

.sidebar p {
    font-family: w15;
    font-size: .14rem;
    color: #FFFFFF;
    display: none;
    white-space: nowrap;
}

.sidebar_hover1:hover p {
    display: flex;
    gap: .1rem;
    padding-left: .1rem;
}

.sidebar_hover1:hover {
    width: fit-content;
    padding-left: 0.2rem;
    padding-right: 0.36rem;
}

.sidebar_hover2:hover .code1 {
    width: 1.45rem;
    height: 1.45rem;
}
.sidebar_hover3:hover .code2 {
    width: 1.45rem;
    height: 1.45rem;
}